Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
categories |
Get questions by indicated categories. |
Collection of string |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of questions.
Collection of Nano.QuestionName | Description | Type | Additional information |
---|---|---|---|
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
displayType |
Gets or sets the display type. |
string |
None. |
explanation |
Gets or sets the explanation. |
string |
None. |
isExternal |
Gets or sets a value indicating whether the question is external. |
boolean |
None. |
optionsOnly |
Gets or sets a value indicating whether the question is options only. |
boolean |
None. |
order |
Gets or sets the order. |
integer |
None. |
personSpecific |
Gets or sets a value indicating whether the question is person specific. |
boolean |
None. |
questionCategory |
Gets or sets the question category. |
string |
None. |
questionType |
Gets or sets the question type. |
string |
None. |
id |
Gets or sets the question identifier. |
integer |
None. |
parentQuestionOptions |
Gets or sets the parent question option identifiers. |
Collection of integer |
None. |
questionOptions |
Gets or sets the question option identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "code": "sample String 1", "description": "sample String 2", "displayType": "sample String 3", "explanation": "sample String 4", "isExternal": true, "optionsOnly": true, "order": 7, "personSpecific": true, "questionCategory": "sample String 9", "questionType": "sample String 10", "id": "11", "parentQuestionOptions": [ "1", "2" ], "questionOptions": [ "1", "2" ] }, { "code": "sample String 1", "description": "sample String 2", "displayType": "sample String 3", "explanation": "sample String 4", "isExternal": true, "optionsOnly": true, "order": 7, "personSpecific": true, "questionCategory": "sample String 9", "questionType": "sample String 10", "id": "11", "parentQuestionOptions": [ "1", "2" ], "questionOptions": [ "1", "2" ] } ]
text/html
Sample:
[{"code":"sample String 1","description":"sample String 2","displayType":"sample String 3","explanation":"sample String 4","isExternal":true,"optionsOnly":true,"order":7,"personSpecific":true,"questionCategory":"sample String 9","questionType":"sample String 10","id":"11","parentQuestionOptions":["1","2"],"questionOptions":["1","2"]},{"code":"sample String 1","description":"sample String 2","displayType":"sample String 3","explanation":"sample String 4","isExternal":true,"optionsOnly":true,"order":7,"personSpecific":true,"questionCategory":"sample String 9","questionType":"sample String 10","id":"11","parentQuestionOptions":["1","2"],"questionOptions":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.